Skip to content

feat: add packages.lock.json and *.fsproj to dotnet project nesting#328

Open
Jack-sh1 wants to merge 1 commit intoantfu:mainfrom
Jack-sh1:feat/dotnet-packages-lock-json
Open

feat: add packages.lock.json and *.fsproj to dotnet project nesting#328
Jack-sh1 wants to merge 1 commit intoantfu:mainfrom
Jack-sh1:feat/dotnet-packages-lock-json

Conversation

@Jack-sh1
Copy link
Copy Markdown
Contributor

Closes #192

Linked issue

Resolves #192

Context

NuGet's RestorePackagesWithLockFile generates packages.lock.json alongside project files, but it's not nested in the explorer. Also, *.fsproj (F# projects) was missing from the dotnet project nesting rules.

Description

  • Added packages.lock.json to the dotnetProject array so it nests under *.csproj, *.vbproj, and *.fsproj
  • Added *.fsproj entry using the same dotnetProject nesting rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add packages.lock.json supports for *.csproj and *.fsproj

1 participant